Auth Parameters
data class AuthParameters( val token: String, val methodId: String, val sessionDurationMinutes: UInt = DEFAULT_SESSION_TIME_MINUTES)
Content copied to clipboard
Data class used for wrapping parameters used with OTP authentication
Constructors
Link copied to clipboard
fun AuthParameters( token: String, methodId: String, sessionDurationMinutes: UInt = DEFAULT_SESSION_TIME_MINUTES)
Content copied to clipboard